home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 3
/
PC MEDIA CD03.iso
/
share
/
prog
/
tptutor1
/
test1.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1987-01-18
|
256 b
|
13 lines
PROGRAM Test1;
{$U+ Copyright (C), 1985 by Lyle Faurot. All rights reserved.
This program is a test jig where you can try out new statements.
}
VAR
I,J,K,Temp : Integer;
A,B,C : Char;
BEGIN
END.